home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / rt.jar / sun / awt / FontConfiguration$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  2006-11-29  |  905 b   |  24 lines

  1. package sun.awt;
  2.  
  3. import java.security.PrivilegedAction;
  4.  
  5. final class FontConfiguration$1 implements PrivilegedAction {
  6.    // $FF: synthetic field
  7.    final String val$charsetName;
  8.    // $FF: synthetic field
  9.    final FontConfiguration this$0;
  10.  
  11.    FontConfiguration$1(FontConfiguration var1, String var2) {
  12.       this.this$0 = var1;
  13.       this.val$charsetName = var2;
  14.    }
  15.  
  16.    public Object run() {
  17.       try {
  18.          return Class.forName(this.val$charsetName, true, Thread.currentThread().getContextClassLoader());
  19.       } catch (ClassNotFoundException var2) {
  20.          return null;
  21.       }
  22.    }
  23. }
  24.